1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16 package net.sf.webphotos.gui.component;
17
18 import java.beans.*;
19
20
21
22
23
24 public class BotaoIconeBeanInfo extends SimpleBeanInfo {
25
26
27
28 private static BeanDescriptor getBdescriptor(){
29 BeanDescriptor beanDescriptor = new BeanDescriptor ( net.sf.webphotos.gui.component.BotaoIcone.class , null );
30
31
32
33 return beanDescriptor; }
34
35 private static final int PROPERTY_accessibleContext = 0;
36 private static final int PROPERTY_action = 1;
37 private static final int PROPERTY_actionCommand = 2;
38 private static final int PROPERTY_actionListeners = 3;
39 private static final int PROPERTY_actionMap = 4;
40 private static final int PROPERTY_alignmentX = 5;
41 private static final int PROPERTY_alignmentY = 6;
42 private static final int PROPERTY_ancestorListeners = 7;
43 private static final int PROPERTY_autoscrolls = 8;
44 private static final int PROPERTY_background = 9;
45 private static final int PROPERTY_backgroundSet = 10;
46 private static final int PROPERTY_baselineResizeBehavior = 11;
47 private static final int PROPERTY_border = 12;
48 private static final int PROPERTY_borderPainted = 13;
49 private static final int PROPERTY_bounds = 14;
50 private static final int PROPERTY_changeListeners = 15;
51 private static final int PROPERTY_colorModel = 16;
52 private static final int PROPERTY_component = 17;
53 private static final int PROPERTY_componentCount = 18;
54 private static final int PROPERTY_componentListeners = 19;
55 private static final int PROPERTY_componentOrientation = 20;
56 private static final int PROPERTY_componentPopupMenu = 21;
57 private static final int PROPERTY_components = 22;
58 private static final int PROPERTY_containerListeners = 23;
59 private static final int PROPERTY_contentAreaFilled = 24;
60 private static final int PROPERTY_cursor = 25;
61 private static final int PROPERTY_cursorSet = 26;
62 private static final int PROPERTY_debugGraphicsOptions = 27;
63 private static final int PROPERTY_defaultButton = 28;
64 private static final int PROPERTY_defaultCapable = 29;
65 private static final int PROPERTY_disabledIcon = 30;
66 private static final int PROPERTY_disabledSelectedIcon = 31;
67 private static final int PROPERTY_displayable = 32;
68 private static final int PROPERTY_displayedMnemonicIndex = 33;
69 private static final int PROPERTY_doubleBuffered = 34;
70 private static final int PROPERTY_dropTarget = 35;
71 private static final int PROPERTY_enabled = 36;
72 private static final int PROPERTY_focusable = 37;
73 private static final int PROPERTY_focusCycleRoot = 38;
74 private static final int PROPERTY_focusCycleRootAncestor = 39;
75 private static final int PROPERTY_focusListeners = 40;
76 private static final int PROPERTY_focusOwner = 41;
77 private static final int PROPERTY_focusPainted = 42;
78 private static final int PROPERTY_focusTraversable = 43;
79 private static final int PROPERTY_focusTraversalKeys = 44;
80 private static final int PROPERTY_focusTraversalKeysEnabled = 45;
81 private static final int PROPERTY_focusTraversalPolicy = 46;
82 private static final int PROPERTY_focusTraversalPolicyProvider = 47;
83 private static final int PROPERTY_focusTraversalPolicySet = 48;
84 private static final int PROPERTY_font = 49;
85 private static final int PROPERTY_fontSet = 50;
86 private static final int PROPERTY_foreground = 51;
87 private static final int PROPERTY_foregroundSet = 52;
88 private static final int PROPERTY_graphics = 53;
89 private static final int PROPERTY_graphicsConfiguration = 54;
90 private static final int PROPERTY_height = 55;
91 private static final int PROPERTY_hideActionText = 56;
92 private static final int PROPERTY_hierarchyBoundsListeners = 57;
93 private static final int PROPERTY_hierarchyListeners = 58;
94 private static final int PROPERTY_horizontalAlignment = 59;
95 private static final int PROPERTY_horizontalTextPosition = 60;
96 private static final int PROPERTY_icon = 61;
97 private static final int PROPERTY_iconPrefix = 62;
98 private static final int PROPERTY_iconTextGap = 63;
99 private static final int PROPERTY_ignoreRepaint = 64;
100 private static final int PROPERTY_inheritsPopupMenu = 65;
101 private static final int PROPERTY_inputContext = 66;
102 private static final int PROPERTY_inputMap = 67;
103 private static final int PROPERTY_inputMethodListeners = 68;
104 private static final int PROPERTY_inputMethodRequests = 69;
105 private static final int PROPERTY_inputVerifier = 70;
106 private static final int PROPERTY_insets = 71;
107 private static final int PROPERTY_itemListeners = 72;
108 private static final int PROPERTY_keyListeners = 73;
109 private static final int PROPERTY_label = 74;
110 private static final int PROPERTY_layout = 75;
111 private static final int PROPERTY_lightweight = 76;
112 private static final int PROPERTY_locale = 77;
113 private static final int PROPERTY_location = 78;
114 private static final int PROPERTY_locationOnScreen = 79;
115 private static final int PROPERTY_managingFocus = 80;
116 private static final int PROPERTY_margin = 81;
117 private static final int PROPERTY_maximumSize = 82;
118 private static final int PROPERTY_maximumSizeSet = 83;
119 private static final int PROPERTY_minimumSize = 84;
120 private static final int PROPERTY_minimumSizeSet = 85;
121 private static final int PROPERTY_mnemonic = 86;
122 private static final int PROPERTY_model = 87;
123 private static final int PROPERTY_mouseListeners = 88;
124 private static final int PROPERTY_mouseMotionListeners = 89;
125 private static final int PROPERTY_mousePosition = 90;
126 private static final int PROPERTY_mouseWheelListeners = 91;
127 private static final int PROPERTY_multiClickThreshhold = 92;
128 private static final int PROPERTY_name = 93;
129 private static final int PROPERTY_nextFocusableComponent = 94;
130 private static final int PROPERTY_opaque = 95;
131 private static final int PROPERTY_optimizedDrawingEnabled = 96;
132 private static final int PROPERTY_paintingForPrint = 97;
133 private static final int PROPERTY_paintingTile = 98;
134 private static final int PROPERTY_parent = 99;
135 private static final int PROPERTY_peer = 100;
136 private static final int PROPERTY_preferredSize = 101;
137 private static final int PROPERTY_preferredSizeSet = 102;
138 private static final int PROPERTY_pressedIcon = 103;
139 private static final int PROPERTY_propertyChangeListeners = 104;
140 private static final int PROPERTY_registeredKeyStrokes = 105;
141 private static final int PROPERTY_requestFocusEnabled = 106;
142 private static final int PROPERTY_rolloverEnabled = 107;
143 private static final int PROPERTY_rolloverIcon = 108;
144 private static final int PROPERTY_rolloverSelectedIcon = 109;
145 private static final int PROPERTY_rootPane = 110;
146 private static final int PROPERTY_selected = 111;
147 private static final int PROPERTY_selectedIcon = 112;
148 private static final int PROPERTY_selectedObjects = 113;
149 private static final int PROPERTY_showing = 114;
150 private static final int PROPERTY_size = 115;
151 private static final int PROPERTY_text = 116;
152 private static final int PROPERTY_toolkit = 117;
153 private static final int PROPERTY_toolTipText = 118;
154 private static final int PROPERTY_topLevelAncestor = 119;
155 private static final int PROPERTY_transferHandler = 120;
156 private static final int PROPERTY_treeLock = 121;
157 private static final int PROPERTY_UI = 122;
158 private static final int PROPERTY_UIClassID = 123;
159 private static final int PROPERTY_valid = 124;
160 private static final int PROPERTY_validateRoot = 125;
161 private static final int PROPERTY_verifyInputWhenFocusTarget = 126;
162 private static final int PROPERTY_verticalAlignment = 127;
163 private static final int PROPERTY_verticalTextPosition = 128;
164 private static final int PROPERTY_vetoableChangeListeners = 129;
165 private static final int PROPERTY_visible = 130;
166 private static final int PROPERTY_visibleRect = 131;
167 private static final int PROPERTY_width = 132;
168 private static final int PROPERTY_x = 133;
169 private static final int PROPERTY_y = 134;
170
171
172
173 private static PropertyDescriptor[] getPdescriptor(){
174 PropertyDescriptor[] properties = new PropertyDescriptor[135];
175
176 try {
177 properties[PROPERTY_accessibleContext] = new PropertyDescriptor ( "accessibleContext", net.sf.webphotos.gui.component.BotaoIcone.class, "getAccessibleContext", null );
178 properties[PROPERTY_action] = new PropertyDescriptor ( "action", net.sf.webphotos.gui.component.BotaoIcone.class, "getAction", "setAction" );
179 properties[PROPERTY_actionCommand] = new PropertyDescriptor ( "actionCommand", net.sf.webphotos.gui.component.BotaoIcone.class, "getActionCommand", "setActionCommand" );
180 properties[PROPERTY_actionListeners] = new PropertyDescriptor ( "actionListeners", net.sf.webphotos.gui.component.BotaoIcone.class, "getActionListeners", null );
181 properties[PROPERTY_actionMap] = new PropertyDescriptor ( "actionMap", net.sf.webphotos.gui.component.BotaoIcone.class, "getActionMap", "setActionMap" );
182 properties[PROPERTY_alignmentX] = new PropertyDescriptor ( "alignmentX", net.sf.webphotos.gui.component.BotaoIcone.class, "getAlignmentX", "setAlignmentX" );
183 properties[PROPERTY_alignmentY] = new PropertyDescriptor ( "alignmentY", net.sf.webphotos.gui.component.BotaoIcone.class, "getAlignmentY", "setAlignmentY" );
184 properties[PROPERTY_ancestorListeners] = new PropertyDescriptor ( "ancestorListeners", net.sf.webphotos.gui.component.BotaoIcone.class, "getAncestorListeners", null );
185 properties[PROPERTY_autoscrolls] = new PropertyDescriptor ( "autoscrolls", net.sf.webphotos.gui.component.BotaoIcone.class, "getAutoscrolls", "setAutoscrolls" );
186 properties[PROPERTY_background] = new PropertyDescriptor ( "background", net.sf.webphotos.gui.component.BotaoIcone.class, "getBackground", "setBackground" );
187 properties[PROPERTY_backgroundSet] = new PropertyDescriptor ( "backgroundSet", net.sf.webphotos.gui.component.BotaoIcone.class, "isBackgroundSet", null );
188 properties[PROPERTY_baselineResizeBehavior] = new PropertyDescriptor ( "baselineResizeBehavior", net.sf.webphotos.gui.component.BotaoIcone.class, "getBaselineResizeBehavior", null );
189 properties[PROPERTY_border] = new PropertyDescriptor ( "border", net.sf.webphotos.gui.component.BotaoIcone.class, "getBorder", "setBorder" );
190 properties[PROPERTY_borderPainted] = new PropertyDescriptor ( "borderPainted", net.sf.webphotos.gui.component.BotaoIcone.class, "isBorderPainted", "setBorderPainted" );
191 properties[PROPERTY_bounds] = new PropertyDescriptor ( "bounds", net.sf.webphotos.gui.component.BotaoIcone.class, "getBounds", "setBounds" );
192 properties[PROPERTY_changeListeners] = new PropertyDescriptor ( "changeListeners", net.sf.webphotos.gui.component.BotaoIcone.class, "getChangeListeners", null );
193 properties[PROPERTY_colorModel] = new PropertyDescriptor ( "colorModel", net.sf.webphotos.gui.component.BotaoIcone.class, "getColorModel", null );
194 properties[PROPERTY_component] = new IndexedPropertyDescriptor ( "component", net.sf.webphotos.gui.component.BotaoIcone.class, null, null, "getComponent", null );
195 properties[PROPERTY_componentCount] = new PropertyDescriptor ( "componentCount", net.sf.webphotos.gui.component.BotaoIcone.class, "getComponentCount", null );
196 properties[PROPERTY_componentListeners] = new PropertyDescriptor ( "componentListeners", net.sf.webphotos.gui.component.BotaoIcone.class, "getComponentListeners", null );
197 properties[PROPERTY_componentOrientation] = new PropertyDescriptor ( "componentOrientation", net.sf.webphotos.gui.component.BotaoIcone.class, "getComponentOrientation", "setComponentOrientation" );
198 properties[PROPERTY_componentPopupMenu] = new PropertyDescriptor ( "componentPopupMenu", net.sf.webphotos.gui.component.BotaoIcone.class, "getComponentPopupMenu", "setComponentPopupMenu" );
199 properties[PROPERTY_components] = new PropertyDescriptor ( "components", net.sf.webphotos.gui.component.BotaoIcone.class, "getComponents", null );
200 properties[PROPERTY_containerListeners] = new PropertyDescriptor ( "containerListeners", net.sf.webphotos.gui.component.BotaoIcone.class, "getContainerListeners", null );
201 properties[PROPERTY_contentAreaFilled] = new PropertyDescriptor ( "contentAreaFilled", net.sf.webphotos.gui.component.BotaoIcone.class, "isContentAreaFilled", "setContentAreaFilled" );
202 properties[PROPERTY_cursor] = new PropertyDescriptor ( "cursor", net.sf.webphotos.gui.component.BotaoIcone.class, "getCursor", "setCursor" );
203 properties[PROPERTY_cursorSet] = new PropertyDescriptor ( "cursorSet", net.sf.webphotos.gui.component.BotaoIcone.class, "isCursorSet", null );
204 properties[PROPERTY_debugGraphicsOptions] = new PropertyDescriptor ( "debugGraphicsOptions", net.sf.webphotos.gui.component.BotaoIcone.class, "getDebugGraphicsOptions", "setDebugGraphicsOptions" );
205 properties[PROPERTY_defaultButton] = new PropertyDescriptor ( "defaultButton", net.sf.webphotos.gui.component.BotaoIcone.class, "isDefaultButton", null );
206 properties[PROPERTY_defaultCapable] = new PropertyDescriptor ( "defaultCapable", net.sf.webphotos.gui.component.BotaoIcone.class, "isDefaultCapable", "setDefaultCapable" );
207 properties[PROPERTY_disabledIcon] = new PropertyDescriptor ( "disabledIcon", net.sf.webphotos.gui.component.BotaoIcone.class, "getDisabledIcon", "setDisabledIcon" );
208 properties[PROPERTY_disabledSelectedIcon] = new PropertyDescriptor ( "disabledSelectedIcon", net.sf.webphotos.gui.component.BotaoIcone.class, "getDisabledSelectedIcon", "setDisabledSelectedIcon" );
209 properties[PROPERTY_displayable] = new PropertyDescriptor ( "displayable", net.sf.webphotos.gui.component.BotaoIcone.class, "isDisplayable", null );
210 properties[PROPERTY_displayedMnemonicIndex] = new PropertyDescriptor ( "displayedMnemonicIndex", net.sf.webphotos.gui.component.BotaoIcone.class, "getDisplayedMnemonicIndex", "setDisplayedMnemonicIndex" );
211 properties[PROPERTY_doubleBuffered] = new PropertyDescriptor ( "doubleBuffered", net.sf.webphotos.gui.component.BotaoIcone.class, "isDoubleBuffered", "setDoubleBuffered" );
212 properties[PROPERTY_dropTarget] = new PropertyDescriptor ( "dropTarget", net.sf.webphotos.gui.component.BotaoIcone.class, "getDropTarget", "setDropTarget" );
213 properties[PROPERTY_enabled] = new PropertyDescriptor ( "enabled", net.sf.webphotos.gui.component.BotaoIcone.class, "isEnabled", "setEnabled" );
214 properties[PROPERTY_focusable] = new PropertyDescriptor ( "focusable", net.sf.webphotos.gui.component.BotaoIcone.class, "isFocusable", "setFocusable" );
215 properties[PROPERTY_focusCycleRoot] = new PropertyDescriptor ( "focusCycleRoot", net.sf.webphotos.gui.component.BotaoIcone.class, "isFocusCycleRoot", "setFocusCycleRoot" );
216 properties[PROPERTY_focusCycleRootAncestor] = new PropertyDescriptor ( "focusCycleRootAncestor", net.sf.webphotos.gui.component.BotaoIcone.class, "getFocusCycleRootAncestor", null );
217 properties[PROPERTY_focusListeners] = new PropertyDescriptor ( "focusListeners", net.sf.webphotos.gui.component.BotaoIcone.class, "getFocusListeners", null );
218 properties[PROPERTY_focusOwner] = new PropertyDescriptor ( "focusOwner", net.sf.webphotos.gui.component.BotaoIcone.class, "isFocusOwner", null );
219 properties[PROPERTY_focusPainted] = new PropertyDescriptor ( "focusPainted", net.sf.webphotos.gui.component.BotaoIcone.class, "isFocusPainted", "setFocusPainted" );
220 properties[PROPERTY_focusTraversable] = new PropertyDescriptor ( "focusTraversable", net.sf.webphotos.gui.component.BotaoIcone.class, "isFocusTraversable", null );
221 properties[PROPERTY_focusTraversalKeys] = new IndexedPropertyDescriptor ( "focusTraversalKeys", net.sf.webphotos.gui.component.BotaoIcone.class, null, null, null, "setFocusTraversalKeys" );
222 properties[PROPERTY_focusTraversalKeysEnabled] = new PropertyDescriptor ( "focusTraversalKeysEnabled", net.sf.webphotos.gui.component.BotaoIcone.class, "getFocusTraversalKeysEnabled", "setFocusTraversalKeysEnabled" );
223 properties[PROPERTY_focusTraversalPolicy] = new PropertyDescriptor ( "focusTraversalPolicy", net.sf.webphotos.gui.component.BotaoIcone.class, "getFocusTraversalPolicy", "setFocusTraversalPolicy" );
224 properties[PROPERTY_focusTraversalPolicyProvider] = new PropertyDescriptor ( "focusTraversalPolicyProvider", net.sf.webphotos.gui.component.BotaoIcone.class, "isFocusTraversalPolicyProvider", "setFocusTraversalPolicyProvider" );
225 properties[PROPERTY_focusTraversalPolicySet] = new PropertyDescriptor ( "focusTraversalPolicySet", net.sf.webphotos.gui.component.BotaoIcone.class, "isFocusTraversalPolicySet", null );
226 properties[PROPERTY_font] = new PropertyDescriptor ( "font", net.sf.webphotos.gui.component.BotaoIcone.class, "getFont", "setFont" );
227 properties[PROPERTY_fontSet] = new PropertyDescriptor ( "fontSet", net.sf.webphotos.gui.component.BotaoIcone.class, "isFontSet", null );
228 properties[PROPERTY_foreground] = new PropertyDescriptor ( "foreground", net.sf.webphotos.gui.component.BotaoIcone.class, "getForeground", "setForeground" );
229 properties[PROPERTY_foregroundSet] = new PropertyDescriptor ( "foregroundSet", net.sf.webphotos.gui.component.BotaoIcone.class, "isForegroundSet", null );
230 properties[PROPERTY_graphics] = new PropertyDescriptor ( "graphics", net.sf.webphotos.gui.component.BotaoIcone.class, "getGraphics", null );
231 properties[PROPERTY_graphicsConfiguration] = new PropertyDescriptor ( "graphicsConfiguration", net.sf.webphotos.gui.component.BotaoIcone.class, "getGraphicsConfiguration", null );
232 properties[PROPERTY_height] = new PropertyDescriptor ( "height", net.sf.webphotos.gui.component.BotaoIcone.class, "getHeight", null );
233 properties[PROPERTY_hideActionText] = new PropertyDescriptor ( "hideActionText", net.sf.webphotos.gui.component.BotaoIcone.class, "getHideActionText", "setHideActionText" );
234 properties[PROPERTY_hierarchyBoundsListeners] = new PropertyDescriptor ( "hierarchyBoundsListeners", net.sf.webphotos.gui.component.BotaoIcone.class, "getHierarchyBoundsListeners", null );
235 properties[PROPERTY_hierarchyListeners] = new PropertyDescriptor ( "hierarchyListeners", net.sf.webphotos.gui.component.BotaoIcone.class, "getHierarchyListeners", null );
236 properties[PROPERTY_horizontalAlignment] = new PropertyDescriptor ( "horizontalAlignment", net.sf.webphotos.gui.component.BotaoIcone.class, "getHorizontalAlignment", "setHorizontalAlignment" );
237 properties[PROPERTY_horizontalTextPosition] = new PropertyDescriptor ( "horizontalTextPosition", net.sf.webphotos.gui.component.BotaoIcone.class, "getHorizontalTextPosition", "setHorizontalTextPosition" );
238 properties[PROPERTY_icon] = new PropertyDescriptor ( "icon", net.sf.webphotos.gui.component.BotaoIcone.class, "getIcon", "setIcon" );
239 properties[PROPERTY_iconPrefix] = new PropertyDescriptor ( "iconPrefix", net.sf.webphotos.gui.component.BotaoIcone.class, "getIconPrefix", "setIconPrefix" );
240 properties[PROPERTY_iconTextGap] = new PropertyDescriptor ( "iconTextGap", net.sf.webphotos.gui.component.BotaoIcone.class, "getIconTextGap", "setIconTextGap" );
241 properties[PROPERTY_ignoreRepaint] = new PropertyDescriptor ( "ignoreRepaint", net.sf.webphotos.gui.component.BotaoIcone.class, "getIgnoreRepaint", "setIgnoreRepaint" );
242 properties[PROPERTY_inheritsPopupMenu] = new PropertyDescriptor ( "inheritsPopupMenu", net.sf.webphotos.gui.component.BotaoIcone.class, "getInheritsPopupMenu", "setInheritsPopupMenu" );
243 properties[PROPERTY_inputContext] = new PropertyDescriptor ( "inputContext", net.sf.webphotos.gui.component.BotaoIcone.class, "getInputContext", null );
244 properties[PROPERTY_inputMap] = new PropertyDescriptor ( "inputMap", net.sf.webphotos.gui.component.BotaoIcone.class, "getInputMap", null );
245 properties[PROPERTY_inputMethodListeners] = new PropertyDescriptor ( "inputMethodListeners", net.sf.webphotos.gui.component.BotaoIcone.class, "getInputMethodListeners", null );
246 properties[PROPERTY_inputMethodRequests] = new PropertyDescriptor ( "inputMethodRequests", net.sf.webphotos.gui.component.BotaoIcone.class, "getInputMethodRequests", null );
247 properties[PROPERTY_inputVerifier] = new PropertyDescriptor ( "inputVerifier", net.sf.webphotos.gui.component.BotaoIcone.class, "getInputVerifier", "setInputVerifier" );
248 properties[PROPERTY_insets] = new PropertyDescriptor ( "insets", net.sf.webphotos.gui.component.BotaoIcone.class, "getInsets", null );
249 properties[PROPERTY_itemListeners] = new PropertyDescriptor ( "itemListeners", net.sf.webphotos.gui.component.BotaoIcone.class, "getItemListeners", null );
250 properties[PROPERTY_keyListeners] = new PropertyDescriptor ( "keyListeners", net.sf.webphotos.gui.component.BotaoIcone.class, "getKeyListeners", null );
251 properties[PROPERTY_label] = new PropertyDescriptor ( "label", net.sf.webphotos.gui.component.BotaoIcone.class, "getLabel", "setLabel" );
252 properties[PROPERTY_layout] = new PropertyDescriptor ( "layout", net.sf.webphotos.gui.component.BotaoIcone.class, "getLayout", "setLayout" );
253 properties[PROPERTY_lightweight] = new PropertyDescriptor ( "lightweight", net.sf.webphotos.gui.component.BotaoIcone.class, "isLightweight", null );
254 properties[PROPERTY_locale] = new PropertyDescriptor ( "locale", net.sf.webphotos.gui.component.BotaoIcone.class, "getLocale", "setLocale" );
255 properties[PROPERTY_location] = new PropertyDescriptor ( "location", net.sf.webphotos.gui.component.BotaoIcone.class, "getLocation", "setLocation" );
256 properties[PROPERTY_locationOnScreen] = new PropertyDescriptor ( "locationOnScreen", net.sf.webphotos.gui.component.BotaoIcone.class, "getLocationOnScreen", null );
257 properties[PROPERTY_managingFocus] = new PropertyDescriptor ( "managingFocus", net.sf.webphotos.gui.component.BotaoIcone.class, "isManagingFocus", null );
258 properties[PROPERTY_margin] = new PropertyDescriptor ( "margin", net.sf.webphotos.gui.component.BotaoIcone.class, "getMargin", "setMargin" );
259 properties[PROPERTY_maximumSize] = new PropertyDescriptor ( "maximumSize", net.sf.webphotos.gui.component.BotaoIcone.class, "getMaximumSize", "setMaximumSize" );
260 properties[PROPERTY_maximumSizeSet] = new PropertyDescriptor ( "maximumSizeSet", net.sf.webphotos.gui.component.BotaoIcone.class, "isMaximumSizeSet", null );
261 properties[PROPERTY_minimumSize] = new PropertyDescriptor ( "minimumSize", net.sf.webphotos.gui.component.BotaoIcone.class, "getMinimumSize", "setMinimumSize" );
262 properties[PROPERTY_minimumSizeSet] = new PropertyDescriptor ( "minimumSizeSet", net.sf.webphotos.gui.component.BotaoIcone.class, "isMinimumSizeSet", null );
263 properties[PROPERTY_mnemonic] = new PropertyDescriptor ( "mnemonic", net.sf.webphotos.gui.component.BotaoIcone.class, null, "setMnemonic" );
264 properties[PROPERTY_model] = new PropertyDescriptor ( "model", net.sf.webphotos.gui.component.BotaoIcone.class, "getModel", "setModel" );
265 properties[PROPERTY_mouseListeners] = new PropertyDescriptor ( "mouseListeners", net.sf.webphotos.gui.component.BotaoIcone.class, "getMouseListeners", null );
266 properties[PROPERTY_mouseMotionListeners] = new PropertyDescriptor ( "mouseMotionListeners", net.sf.webphotos.gui.component.BotaoIcone.class, "getMouseMotionListeners", null );
267 properties[PROPERTY_mousePosition] = new PropertyDescriptor ( "mousePosition", net.sf.webphotos.gui.component.BotaoIcone.class, "getMousePosition", null );
268 properties[PROPERTY_mouseWheelListeners] = new PropertyDescriptor ( "mouseWheelListeners", net.sf.webphotos.gui.component.BotaoIcone.class, "getMouseWheelListeners", null );
269 properties[PROPERTY_multiClickThreshhold] = new PropertyDescriptor ( "multiClickThreshhold", net.sf.webphotos.gui.component.BotaoIcone.class, "getMultiClickThreshhold", "setMultiClickThreshhold" );
270 properties[PROPERTY_name] = new PropertyDescriptor ( "name", net.sf.webphotos.gui.component.BotaoIcone.class, "getName", "setName" );
271 properties[PROPERTY_nextFocusableComponent] = new PropertyDescriptor ( "nextFocusableComponent", net.sf.webphotos.gui.component.BotaoIcone.class, "getNextFocusableComponent", "setNextFocusableComponent" );
272 properties[PROPERTY_opaque] = new PropertyDescriptor ( "opaque", net.sf.webphotos.gui.component.BotaoIcone.class, "isOpaque", "setOpaque" );
273 properties[PROPERTY_optimizedDrawingEnabled] = new PropertyDescriptor ( "optimizedDrawingEnabled", net.sf.webphotos.gui.component.BotaoIcone.class, "isOptimizedDrawingEnabled", null );
274 properties[PROPERTY_paintingForPrint] = new PropertyDescriptor ( "paintingForPrint", net.sf.webphotos.gui.component.BotaoIcone.class, "isPaintingForPrint", null );
275 properties[PROPERTY_paintingTile] = new PropertyDescriptor ( "paintingTile", net.sf.webphotos.gui.component.BotaoIcone.class, "isPaintingTile", null );
276 properties[PROPERTY_parent] = new PropertyDescriptor ( "parent", net.sf.webphotos.gui.component.BotaoIcone.class, "getParent", null );
277 properties[PROPERTY_peer] = new PropertyDescriptor ( "peer", net.sf.webphotos.gui.component.BotaoIcone.class, "getPeer", null );
278 properties[PROPERTY_preferredSize] = new PropertyDescriptor ( "preferredSize", net.sf.webphotos.gui.component.BotaoIcone.class, "getPreferredSize", "setPreferredSize" );
279 properties[PROPERTY_preferredSizeSet] = new PropertyDescriptor ( "preferredSizeSet", net.sf.webphotos.gui.component.BotaoIcone.class, "isPreferredSizeSet", null );
280 properties[PROPERTY_pressedIcon] = new PropertyDescriptor ( "pressedIcon", net.sf.webphotos.gui.component.BotaoIcone.class, "getPressedIcon", "setPressedIcon" );
281 properties[PROPERTY_propertyChangeListeners] = new PropertyDescriptor ( "propertyChangeListeners", net.sf.webphotos.gui.component.BotaoIcone.class, "getPropertyChangeListeners", null );
282 properties[PROPERTY_registeredKeyStrokes] = new PropertyDescriptor ( "registeredKeyStrokes", net.sf.webphotos.gui.component.BotaoIcone.class, "getRegisteredKeyStrokes", null );
283 properties[PROPERTY_requestFocusEnabled] = new PropertyDescriptor ( "requestFocusEnabled", net.sf.webphotos.gui.component.BotaoIcone.class, "isRequestFocusEnabled", "setRequestFocusEnabled" );
284 properties[PROPERTY_rolloverEnabled] = new PropertyDescriptor ( "rolloverEnabled", net.sf.webphotos.gui.component.BotaoIcone.class, "isRolloverEnabled", "setRolloverEnabled" );
285 properties[PROPERTY_rolloverIcon] = new PropertyDescriptor ( "rolloverIcon", net.sf.webphotos.gui.component.BotaoIcone.class, "getRolloverIcon", "setRolloverIcon" );
286 properties[PROPERTY_rolloverSelectedIcon] = new PropertyDescriptor ( "rolloverSelectedIcon", net.sf.webphotos.gui.component.BotaoIcone.class, "getRolloverSelectedIcon", "setRolloverSelectedIcon" );
287 properties[PROPERTY_rootPane] = new PropertyDescriptor ( "rootPane", net.sf.webphotos.gui.component.BotaoIcone.class, "getRootPane", null );
288 properties[PROPERTY_selected] = new PropertyDescriptor ( "selected", net.sf.webphotos.gui.component.BotaoIcone.class, "isSelected", "setSelected" );
289 properties[PROPERTY_selectedIcon] = new PropertyDescriptor ( "selectedIcon", net.sf.webphotos.gui.component.BotaoIcone.class, "getSelectedIcon", "setSelectedIcon" );
290 properties[PROPERTY_selectedObjects] = new PropertyDescriptor ( "selectedObjects", net.sf.webphotos.gui.component.BotaoIcone.class, "getSelectedObjects", null );
291 properties[PROPERTY_showing] = new PropertyDescriptor ( "showing", net.sf.webphotos.gui.component.BotaoIcone.class, "isShowing", null );
292 properties[PROPERTY_size] = new PropertyDescriptor ( "size", net.sf.webphotos.gui.component.BotaoIcone.class, "getSize", "setSize" );
293 properties[PROPERTY_text] = new PropertyDescriptor ( "text", net.sf.webphotos.gui.component.BotaoIcone.class, "getText", "setText" );
294 properties[PROPERTY_toolkit] = new PropertyDescriptor ( "toolkit", net.sf.webphotos.gui.component.BotaoIcone.class, "getToolkit", null );
295 properties[PROPERTY_toolTipText] = new PropertyDescriptor ( "toolTipText", net.sf.webphotos.gui.component.BotaoIcone.class, "getToolTipText", "setToolTipText" );
296 properties[PROPERTY_topLevelAncestor] = new PropertyDescriptor ( "topLevelAncestor", net.sf.webphotos.gui.component.BotaoIcone.class, "getTopLevelAncestor", null );
297 properties[PROPERTY_transferHandler] = new PropertyDescriptor ( "transferHandler", net.sf.webphotos.gui.component.BotaoIcone.class, "getTransferHandler", "setTransferHandler" );
298 properties[PROPERTY_treeLock] = new PropertyDescriptor ( "treeLock", net.sf.webphotos.gui.component.BotaoIcone.class, "getTreeLock", null );
299 properties[PROPERTY_UI] = new PropertyDescriptor ( "UI", net.sf.webphotos.gui.component.BotaoIcone.class, "getUI", "setUI" );
300 properties[PROPERTY_UIClassID] = new PropertyDescriptor ( "UIClassID", net.sf.webphotos.gui.component.BotaoIcone.class, "getUIClassID", null );
301 properties[PROPERTY_valid] = new PropertyDescriptor ( "valid", net.sf.webphotos.gui.component.BotaoIcone.class, "isValid", null );
302 properties[PROPERTY_validateRoot] = new PropertyDescriptor ( "validateRoot", net.sf.webphotos.gui.component.BotaoIcone.class, "isValidateRoot", null );
303 properties[PROPERTY_verifyInputWhenFocusTarget] = new PropertyDescriptor ( "verifyInputWhenFocusTarget", net.sf.webphotos.gui.component.BotaoIcone.class, "getVerifyInputWhenFocusTarget", "setVerifyInputWhenFocusTarget" );
304 properties[PROPERTY_verticalAlignment] = new PropertyDescriptor ( "verticalAlignment", net.sf.webphotos.gui.component.BotaoIcone.class, "getVerticalAlignment", "setVerticalAlignment" );
305 properties[PROPERTY_verticalTextPosition] = new PropertyDescriptor ( "verticalTextPosition", net.sf.webphotos.gui.component.BotaoIcone.class, "getVerticalTextPosition", "setVerticalTextPosition" );
306 properties[PROPERTY_vetoableChangeListeners] = new PropertyDescriptor ( "vetoableChangeListeners", net.sf.webphotos.gui.component.BotaoIcone.class, "getVetoableChangeListeners", null );
307 properties[PROPERTY_visible] = new PropertyDescriptor ( "visible", net.sf.webphotos.gui.component.BotaoIcone.class, "isVisible", "setVisible" );
308 properties[PROPERTY_visibleRect] = new PropertyDescriptor ( "visibleRect", net.sf.webphotos.gui.component.BotaoIcone.class, "getVisibleRect", null );
309 properties[PROPERTY_width] = new PropertyDescriptor ( "width", net.sf.webphotos.gui.component.BotaoIcone.class, "getWidth", null );
310 properties[PROPERTY_x] = new PropertyDescriptor ( "x", net.sf.webphotos.gui.component.BotaoIcone.class, "getX", null );
311 properties[PROPERTY_y] = new PropertyDescriptor ( "y", net.sf.webphotos.gui.component.BotaoIcone.class, "getY", null );
312 }
313 catch(IntrospectionException e) {
314 e.printStackTrace();
315 }
316
317
318
319 return properties; }
320
321 private static final int EVENT_actionListener = 0;
322 private static final int EVENT_ancestorListener = 1;
323 private static final int EVENT_changeListener = 2;
324 private static final int EVENT_componentListener = 3;
325 private static final int EVENT_containerListener = 4;
326 private static final int EVENT_focusListener = 5;
327 private static final int EVENT_hierarchyBoundsListener = 6;
328 private static final int EVENT_hierarchyListener = 7;
329 private static final int EVENT_inputMethodListener = 8;
330 private static final int EVENT_itemListener = 9;
331 private static final int EVENT_keyListener = 10;
332 private static final int EVENT_mouseListener = 11;
333 private static final int EVENT_mouseMotionListener = 12;
334 private static final int EVENT_mouseWheelListener = 13;
335 private static final int EVENT_propertyChangeListener = 14;
336 private static final int EVENT_vetoableChangeListener = 15;
337
338
339
340 private static EventSetDescriptor[] getEdescriptor(){
341 EventSetDescriptor[] eventSets = new EventSetDescriptor[16];
342
343 try {
344 eventSets[EVENT_actionListener] = new EventSetDescriptor ( net.sf.webphotos.gui.component.BotaoIcone.class, "actionListener", java.awt.event.ActionListener.class, new String[] {"actionPerformed"}, "addActionListener", "removeActionListener" );
345 eventSets[EVENT_ancestorListener] = new EventSetDescriptor ( net.sf.webphotos.gui.component.BotaoIcone.class, "ancestorListener", javax.swing.event.AncestorListener.class, new String[] {"ancestorAdded", "ancestorRemoved", "ancestorMoved"}, "addAncestorListener", "removeAncestorListener" );
346 eventSets[EVENT_changeListener] = new EventSetDescriptor ( net.sf.webphotos.gui.component.BotaoIcone.class, "changeListener", javax.swing.event.ChangeListener.class, new String[] {"stateChanged"}, "addChangeListener", "removeChangeListener" );
347 eventSets[EVENT_componentListener] = new EventSetDescriptor ( net.sf.webphotos.gui.component.BotaoIcone.class, "componentListener", java.awt.event.ComponentListener.class, new String[] {"componentResized", "componentMoved", "componentShown", "componentHidden"}, "addComponentListener", "removeComponentListener" );
348 eventSets[EVENT_containerListener] = new EventSetDescriptor ( net.sf.webphotos.gui.component.BotaoIcone.class, "containerListener", java.awt.event.ContainerListener.class, new String[] {"componentAdded", "componentRemoved"}, "addContainerListener", "removeContainerListener" );
349 eventSets[EVENT_focusListener] = new EventSetDescriptor ( net.sf.webphotos.gui.component.BotaoIcone.class, "focusListener", java.awt.event.FocusListener.class, new String[] {"focusGained", "focusLost"}, "addFocusListener", "removeFocusListener" );
350 eventSets[EVENT_hierarchyBoundsListener] = new EventSetDescriptor ( net.sf.webphotos.gui.component.BotaoIcone.class, "hierarchyBoundsListener", java.awt.event.HierarchyBoundsListener.class, new String[] {"ancestorMoved", "ancestorResized"}, "addHierarchyBoundsListener", "removeHierarchyBoundsListener" );
351 eventSets[EVENT_hierarchyListener] = new EventSetDescriptor ( net.sf.webphotos.gui.component.BotaoIcone.class, "hierarchyListener", java.awt.event.HierarchyListener.class, new String[] {"hierarchyChanged"}, "addHierarchyListener", "removeHierarchyListener" );
352 eventSets[EVENT_inputMethodListener] = new EventSetDescriptor ( net.sf.webphotos.gui.component.BotaoIcone.class, "inputMethodListener", java.awt.event.InputMethodListener.class, new String[] {"inputMethodTextChanged", "caretPositionChanged"}, "addInputMethodListener", "removeInputMethodListener" );
353 eventSets[EVENT_itemListener] = new EventSetDescriptor ( net.sf.webphotos.gui.component.BotaoIcone.class, "itemListener", java.awt.event.ItemListener.class, new String[] {"itemStateChanged"}, "addItemListener", "removeItemListener" );
354 eventSets[EVENT_keyListener] = new EventSetDescriptor ( net.sf.webphotos.gui.component.BotaoIcone.class, "keyListener", java.awt.event.KeyListener.class, new String[] {"keyTyped", "keyPressed", "keyReleased"}, "addKeyListener", "removeKeyListener" );
355 eventSets[EVENT_mouseListener] = new EventSetDescriptor ( net.sf.webphotos.gui.component.BotaoIcone.class, "mouseListener", java.awt.event.MouseListener.class, new String[] {"mouseClicked", "mousePressed", "mouseReleased", "mouseEntered", "mouseExited"}, "addMouseListener", "removeMouseListener" );
356 eventSets[EVENT_mouseMotionListener] = new EventSetDescriptor ( net.sf.webphotos.gui.component.BotaoIcone.class, "mouseMotionListener", java.awt.event.MouseMotionListener.class, new String[] {"mouseDragged", "mouseMoved"}, "addMouseMotionListener", "removeMouseMotionListener" );
357 eventSets[EVENT_mouseWheelListener] = new EventSetDescriptor ( net.sf.webphotos.gui.component.BotaoIcone.class, "mouseWheelListener", java.awt.event.MouseWheelListener.class, new String[] {"mouseWheelMoved"}, "addMouseWheelListener", "removeMouseWheelListener" );
358 eventSets[EVENT_propertyChangeListener] = new EventSetDescriptor ( net.sf.webphotos.gui.component.BotaoIcone.class, "propertyChangeListener", java.beans.PropertyChangeListener.class, new String[] {"propertyChange"}, "addPropertyChangeListener", "removePropertyChangeListener" );
359 eventSets[EVENT_vetoableChangeListener] = new EventSetDescriptor ( net.sf.webphotos.gui.component.BotaoIcone.class, "vetoableChangeListener", java.beans.VetoableChangeListener.class, new String[] {"vetoableChange"}, "addVetoableChangeListener", "removeVetoableChangeListener" );
360 }
361 catch(IntrospectionException e) {
362 e.printStackTrace();
363 }
364
365
366
367 return eventSets; }
368
369 private static final int METHOD_action0 = 0;
370 private static final int METHOD_addNotify1 = 1;
371 private static final int METHOD_addPropertyChangeListener2 = 2;
372 private static final int METHOD_applyComponentOrientation3 = 3;
373 private static final int METHOD_areFocusTraversalKeysSet4 = 4;
374 private static final int METHOD_bounds5 = 5;
375 private static final int METHOD_checkImage6 = 6;
376 private static final int METHOD_checkImage7 = 7;
377 private static final int METHOD_computeVisibleRect8 = 8;
378 private static final int METHOD_contains9 = 9;
379 private static final int METHOD_contains10 = 10;
380 private static final int METHOD_countComponents11 = 11;
381 private static final int METHOD_createImage12 = 12;
382 private static final int METHOD_createImage13 = 13;
383 private static final int METHOD_createToolTip14 = 14;
384 private static final int METHOD_createVolatileImage15 = 15;
385 private static final int METHOD_createVolatileImage16 = 16;
386 private static final int METHOD_deliverEvent17 = 17;
387 private static final int METHOD_disable18 = 18;
388 private static final int METHOD_dispatchEvent19 = 19;
389 private static final int METHOD_doClick20 = 20;
390 private static final int METHOD_doClick21 = 21;
391 private static final int METHOD_doLayout22 = 22;
392 private static final int METHOD_enable23 = 23;
393 private static final int METHOD_enable24 = 24;
394 private static final int METHOD_enableInputMethods25 = 25;
395 private static final int METHOD_findComponentAt26 = 26;
396 private static final int METHOD_findComponentAt27 = 27;
397 private static final int METHOD_firePropertyChange28 = 28;
398 private static final int METHOD_firePropertyChange29 = 29;
399 private static final int METHOD_firePropertyChange30 = 30;
400 private static final int METHOD_firePropertyChange31 = 31;
401 private static final int METHOD_firePropertyChange32 = 32;
402 private static final int METHOD_firePropertyChange33 = 33;
403 private static final int METHOD_firePropertyChange34 = 34;
404 private static final int METHOD_firePropertyChange35 = 35;
405 private static final int METHOD_getAcaoToolbar36 = 36;
406 private static final int METHOD_getActionForKeyStroke37 = 37;
407 private static final int METHOD_getBaseline38 = 38;
408 private static final int METHOD_getBounds39 = 39;
409 private static final int METHOD_getClientProperty40 = 40;
410 private static final int METHOD_getComponentAt41 = 41;
411 private static final int METHOD_getComponentAt42 = 42;
412 private static final int METHOD_getComponentZOrder43 = 43;
413 private static final int METHOD_getConditionForKeyStroke44 = 44;
414 private static final int METHOD_getDefaultLocale45 = 45;
415 private static final int METHOD_getFocusTraversalKeys46 = 46;
416 private static final int METHOD_getFontMetrics47 = 47;
417 private static final int METHOD_getInsets48 = 48;
418 private static final int METHOD_getListeners49 = 49;
419 private static final int METHOD_getLocation50 = 50;
420 private static final int METHOD_getMnemonic51 = 51;
421 private static final int METHOD_getMousePosition52 = 52;
422 private static final int METHOD_getPopupLocation53 = 53;
423 private static final int METHOD_getPropertyChangeListeners54 = 54;
424 private static final int METHOD_getSize55 = 55;
425 private static final int METHOD_getToolTipLocation56 = 56;
426 private static final int METHOD_getToolTipText57 = 57;
427 private static final int METHOD_gotFocus58 = 58;
428 private static final int METHOD_grabFocus59 = 59;
429 private static final int METHOD_handleEvent60 = 60;
430 private static final int METHOD_hasFocus61 = 61;
431 private static final int METHOD_hide62 = 62;
432 private static final int METHOD_imageUpdate63 = 63;
433 private static final int METHOD_insets64 = 64;
434 private static final int METHOD_inside65 = 65;
435 private static final int METHOD_invalidate66 = 66;
436 private static final int METHOD_isAncestorOf67 = 67;
437 private static final int METHOD_isFocusCycleRoot68 = 68;
438 private static final int METHOD_isLightweightComponent69 = 69;
439 private static final int METHOD_keyDown70 = 70;
440 private static final int METHOD_keyUp71 = 71;
441 private static final int METHOD_layout72 = 72;
442 private static final int METHOD_list73 = 73;
443 private static final int METHOD_list74 = 74;
444 private static final int METHOD_list75 = 75;
445 private static final int METHOD_list76 = 76;
446 private static final int METHOD_list77 = 77;
447 private static final int METHOD_locate78 = 78;
448 private static final int METHOD_location79 = 79;
449 private static final int METHOD_lostFocus80 = 80;
450 private static final int METHOD_minimumSize81 = 81;
451 private static final int METHOD_mouseDown82 = 82;
452 private static final int METHOD_mouseDrag83 = 83;
453 private static final int METHOD_mouseEnter84 = 84;
454 private static final int METHOD_mouseExit85 = 85;
455 private static final int METHOD_mouseMove86 = 86;
456 private static final int METHOD_mouseUp87 = 87;
457 private static final int METHOD_move88 = 88;
458 private static final int METHOD_nextFocus89 = 89;
459 private static final int METHOD_paint90 = 90;
460 private static final int METHOD_paintAll91 = 91;
461 private static final int METHOD_paintComponents92 = 92;
462 private static final int METHOD_paintImmediately93 = 93;
463 private static final int METHOD_paintImmediately94 = 94;
464 private static final int METHOD_postEvent95 = 95;
465 private static final int METHOD_preferredSize96 = 96;
466 private static final int METHOD_prepareImage97 = 97;
467 private static final int METHOD_prepareImage98 = 98;
468 private static final int METHOD_print99 = 99;
469 private static final int METHOD_printAll100 = 100;
470 private static final int METHOD_printComponents101 = 101;
471 private static final int METHOD_putClientProperty102 = 102;
472 private static final int METHOD_registerKeyboardAction103 = 103;
473 private static final int METHOD_registerKeyboardAction104 = 104;
474 private static final int METHOD_remove105 = 105;
475 private static final int METHOD_remove106 = 106;
476 private static final int METHOD_remove107 = 107;
477 private static final int METHOD_removeAll108 = 108;
478 private static final int METHOD_removeNotify109 = 109;
479 private static final int METHOD_removePropertyChangeListener110 = 110;
480 private static final int METHOD_repaint111 = 111;
481 private static final int METHOD_repaint112 = 112;
482 private static final int METHOD_repaint113 = 113;
483 private static final int METHOD_repaint114 = 114;
484 private static final int METHOD_repaint115 = 115;
485 private static final int METHOD_requestDefaultFocus116 = 116;
486 private static final int METHOD_requestFocus117 = 117;
487 private static final int METHOD_requestFocus118 = 118;
488 private static final int METHOD_requestFocusInWindow119 = 119;
489 private static final int METHOD_resetKeyboardActions120 = 120;
490 private static final int METHOD_reshape121 = 121;
491 private static final int METHOD_resize122 = 122;
492 private static final int METHOD_resize123 = 123;
493 private static final int METHOD_revalidate124 = 124;
494 private static final int METHOD_scrollRectToVisible125 = 125;
495 private static final int METHOD_setBounds126 = 126;
496 private static final int METHOD_setComponentZOrder127 = 127;
497 private static final int METHOD_setDefaultLocale128 = 128;
498 private static final int METHOD_setMnemonic129 = 129;
499 private static final int METHOD_show130 = 130;
500 private static final int METHOD_show131 = 131;
501 private static final int METHOD_size132 = 132;
502 private static final int METHOD_toString133 = 133;
503 private static final int METHOD_transferFocus134 = 134;
504 private static final int METHOD_transferFocusBackward135 = 135;
505 private static final int METHOD_transferFocusDownCycle136 = 136;
506 private static final int METHOD_transferFocusUpCycle137 = 137;
507 private static final int METHOD_unregisterKeyboardAction138 = 138;
508 private static final int METHOD_update139 = 139;
509 private static final int METHOD_updateUI140 = 140;
510 private static final int METHOD_validate141 = 141;
511
512
513
514 private static MethodDescriptor[] getMdescriptor(){
515 MethodDescriptor[] methods = new MethodDescriptor[142];
516
517 try {
518 methods[METHOD_action0] = new MethodDescriptor(java.awt.Component.class.getMethod("action", new Class[] {java.awt.Event.class, java.lang.Object.class}));
519 methods[METHOD_action0].setDisplayName ( "" );
520 methods[METHOD_addNotify1] = new MethodDescriptor(javax.swing.JComponent.class.getMethod("addNotify", new Class[] {}));
521 methods[METHOD_addNotify1].setDisplayName ( "" );
522 methods[METHOD_addPropertyChangeListener2] = new MethodDescriptor(java.awt.Container.class.getMethod("addPropertyChangeListener", new Class[] {java.lang.String.class, java.beans.PropertyChangeListener.class}));
523 methods[METHOD_addPropertyChangeListener2].setDisplayName ( "" );
524 methods[METHOD_applyComponentOrientation3] = new MethodDescriptor(java.awt.Container.class.getMethod("applyComponentOrientation", new Class[] {java.awt.ComponentOrientation.class}));
525 methods[METHOD_applyComponentOrientation3].setDisplayName ( "" );
526 methods[METHOD_areFocusTraversalKeysSet4] = new MethodDescriptor(java.awt.Container.class.getMethod("areFocusTraversalKeysSet", new Class[] {int.class}));
527 methods[METHOD_areFocusTraversalKeysSet4].setDisplayName ( "" );
528 methods[METHOD_bounds5] = new MethodDescriptor(java.awt.Component.class.getMethod("bounds", new Class[] {}));
529 methods[METHOD_bounds5].setDisplayName ( "" );
530 methods[METHOD_checkImage6] = new MethodDescriptor(java.awt.Component.class.getMethod("checkImage", new Class[] {java.awt.Image.class, java.awt.image.ImageObserver.class}));
531 methods[METHOD_checkImage6].setDisplayName ( "" );
532 methods[METHOD_checkImage7] = new MethodDescriptor(java.awt.Component.class.getMethod("checkImage", new Class[] {java.awt.Image.class, int.class, int.class, java.awt.image.ImageObserver.class}));
533 methods[METHOD_checkImage7].setDisplayName ( "" );
534 methods[METHOD_computeVisibleRect8] = new MethodDescriptor(javax.swing.JComponent.class.getMethod("computeVisibleRect", new Class[] {java.awt.Rectangle.class}));
535 methods[METHOD_computeVisibleRect8].setDisplayName ( "" );
536 methods[METHOD_contains9] = new MethodDescriptor(java.awt.Component.class.getMethod("contains", new Class[] {java.awt.Point.class}));
537 methods[METHOD_contains9].setDisplayName ( "" );
538 methods[METHOD_contains10] = new MethodDescriptor(javax.swing.JComponent.class.getMethod("contains", new Class[] {int.class, int.class}));
539 methods[METHOD_contains10].setDisplayName ( "" );
540 methods[METHOD_countComponents11] = new MethodDescriptor(java.awt.Container.class.getMethod("countComponents", new Class[] {}));
541 methods[METHOD_countComponents11].setDisplayName ( "" );
542 methods[METHOD_createImage12] = new MethodDescriptor(java.awt.Component.class.getMethod("createImage", new Class[] {java.awt.image.ImageProducer.class}));
543 methods[METHOD_createImage12].setDisplayName ( "" );
544 methods[METHOD_createImage13] = new MethodDescriptor(java.awt.Component.class.getMethod("createImage", new Class[] {int.class, int.class}));
545 methods[METHOD_createImage13].setDisplayName ( "" );
546 methods[METHOD_createToolTip14] = new MethodDescriptor(javax.swing.JComponent.class.getMethod("createToolTip", new Class[] {}));
547 methods[METHOD_createToolTip14].setDisplayName ( "" );
548 methods[METHOD_createVolatileImage15] = new MethodDescriptor(java.awt.Component.class.getMethod("createVolatileImage", new Class[] {int.class, int.class}));
549 methods[METHOD_createVolatileImage15].setDisplayName ( "" );
550 methods[METHOD_createVolatileImage16] = new MethodDescriptor(java.awt.Component.class.getMethod("createVolatileImage", new Class[] {int.class, int.class, java.awt.ImageCapabilities.class}));
551 methods[METHOD_createVolatileImage16].setDisplayName ( "" );
552 methods[METHOD_deliverEvent17] = new MethodDescriptor(java.awt.Container.class.getMethod("deliverEvent", new Class[] {java.awt.Event.class}));
553 methods[METHOD_deliverEvent17].setDisplayName ( "" );
554 methods[METHOD_disable18] = new MethodDescriptor(javax.swing.JComponent.class.getMethod("disable", new Class[] {}));
555 methods[METHOD_disable18].setDisplayName ( "" );
556 methods[METHOD_dispatchEvent19] = new MethodDescriptor(java.awt.Component.class.getMethod("dispatchEvent", new Class[] {java.awt.AWTEvent.class}));
557 methods[METHOD_dispatchEvent19].setDisplayName ( "" );
558 methods[METHOD_doClick20] = new MethodDescriptor(javax.swing.AbstractButton.class.getMethod("doClick", new Class[] {}));
559 methods[METHOD_doClick20].setDisplayName ( "" );
560 methods[METHOD_doClick21] = new MethodDescriptor(javax.swing.AbstractButton.class.getMethod("doClick", new Class[] {int.class}));
561 methods[METHOD_doClick21].setDisplayName ( "" );
562 methods[METHOD_doLayout22] = new MethodDescriptor(java.awt.Container.class.getMethod("doLayout", new Class[] {}));
563 methods[METHOD_doLayout22].setDisplayName ( "" );
564 methods[METHOD_enable23] = new MethodDescriptor(java.awt.Component.class.getMethod("enable", new Class[] {boolean.class}));
565 methods[METHOD_enable23].setDisplayName ( "" );
566 methods[METHOD_enable24] = new MethodDescriptor(javax.swing.JComponent.class.getMethod("enable", new Class[] {}));
567 methods[METHOD_enable24].setDisplayName ( "" );
568 methods[METHOD_enableInputMethods25] = new MethodDescriptor(java.awt.Component.class.getMethod("enableInputMethods", new Class[] {boolean.class}));
569 methods[METHOD_enableInputMethods25].setDisplayName ( "" );
570 methods[METHOD_findComponentAt26] = new MethodDescriptor(java.awt.Container.class.getMethod("findComponentAt", new Class[] {int.class, int.class}));
571 methods[METHOD_findComponentAt26].setDisplayName ( "" );
572 methods[METHOD_findComponentAt27] = new MethodDescriptor(java.awt.Container.class.getMethod("findComponentAt", new Class[] {java.awt.Point.class}));
573 methods[METHOD_findComponentAt27].setDisplayName ( "" );
574 methods[METHOD_firePropertyChange28] = new MethodDescriptor(java.awt.Component.class.getMethod("firePropertyChange", new Class[] {java.lang.String.class, byte.class, byte.class}));
575 methods[METHOD_firePropertyChange28].setDisplayName ( "" );
576 methods[METHOD_firePropertyChange29] = new MethodDescriptor(java.awt.Component.class.getMethod("firePropertyChange", new Class[] {java.lang.String.class, short.class, short.class}));
577 methods[METHOD_firePropertyChange29].setDisplayName ( "" );
578 methods[METHOD_firePropertyChange30] = new MethodDescriptor(java.awt.Component.class.getMethod("firePropertyChange", new Class[] {java.lang.String.class, long.class, long.class}));
579 methods[METHOD_firePropertyChange30].setDisplayName ( "" );
580 methods[METHOD_firePropertyChange31] = new MethodDescriptor(java.awt.Component.class.getMethod("firePropertyChange", new Class[] {java.lang.String.class, float.class, float.class}));
581 methods[METHOD_firePropertyChange31].setDisplayName ( "" );
582 methods[METHOD_firePropertyChange32] = new MethodDescriptor(java.awt.Component.class.getMethod("firePropertyChange", new Class[] {java.lang.String.class, double.class, double.class}));
583 methods[METHOD_firePropertyChange32].setDisplayName ( "" );
584 methods[METHOD_firePropertyChange33] = new MethodDescriptor(javax.swing.JComponent.class.getMethod("firePropertyChange", new Class[] {java.lang.String.class, boolean.class, boolean.class}));
585 methods[METHOD_firePropertyChange33].setDisplayName ( "" );
586 methods[METHOD_firePropertyChange34] = new MethodDescriptor(javax.swing.JComponent.class.getMethod("firePropertyChange", new Class[] {java.lang.String.class, int.class, int.class}));
587 methods[METHOD_firePropertyChange34].setDisplayName ( "" );
588 methods[METHOD_firePropertyChange35] = new MethodDescriptor(javax.swing.JComponent.class.getMethod("firePropertyChange", new Class[] {java.lang.String.class, char.class, char.class}));
589 methods[METHOD_firePropertyChange35].setDisplayName ( "" );
590 methods[METHOD_getAcaoToolbar36] = new MethodDescriptor(net.sf.webphotos.gui.component.BotaoIcone.class.getMethod("getAcaoToolbar", new Class[] {}));
591 methods[METHOD_getAcaoToolbar36].setDisplayName ( "" );
592 methods[METHOD_getActionForKeyStroke37] = new MethodDescriptor(javax.swing.JComponent.class.getMethod("getActionForKeyStroke", new Class[] {javax.swing.KeyStroke.class}));
593 methods[METHOD_getActionForKeyStroke37].setDisplayName ( "" );
594 methods[METHOD_getBaseline38] = new MethodDescriptor(javax.swing.JComponent.class.getMethod("getBaseline", new Class[] {int.class, int.class}));
595 methods[METHOD_getBaseline38].setDisplayName ( "" );
596 methods[METHOD_getBounds39] = new MethodDescriptor(javax.swing.JComponent.class.getMethod("getBounds", new Class[] {java.awt.Rectangle.class}));
597 methods[METHOD_getBounds39].setDisplayName ( "" );
598 methods[METHOD_getClientProperty40] = new MethodDescriptor(javax.swing.JComponent.class.getMethod("getClientProperty", new Class[] {java.lang.Object.class}));
599 methods[METHOD_getClientProperty40].setDisplayName ( "" );
600 methods[METHOD_getComponentAt41] = new MethodDescriptor(java.awt.Container.class.getMethod("getComponentAt", new Class[] {int.class, int.class}));
601 methods[METHOD_getComponentAt41].setDisplayName ( "" );
602 methods[METHOD_getComponentAt42] = new MethodDescriptor(java.awt.Container.class.getMethod("getComponentAt", new Class[] {java.awt.Point.class}));
603 methods[METHOD_getComponentAt42].setDisplayName ( "" );
604 methods[METHOD_getComponentZOrder43] = new MethodDescriptor(java.awt.Container.class.getMethod("getComponentZOrder", new Class[] {java.awt.Component.class}));
605 methods[METHOD_getComponentZOrder43].setDisplayName ( "" );
606 methods[METHOD_getConditionForKeyStroke44] = new MethodDescriptor(javax.swing.JComponent.class.getMethod("getConditionForKeyStroke", new Class[] {javax.swing.KeyStroke.class}));
607 methods[METHOD_getConditionForKeyStroke44].setDisplayName ( "" );
608 methods[METHOD_getDefaultLocale45] = new MethodDescriptor(javax.swing.JComponent.class.getMethod("getDefaultLocale", new Class[] {}));
609 methods[METHOD_getDefaultLocale45].setDisplayName ( "" );
610 methods[METHOD_getFocusTraversalKeys46] = new MethodDescriptor(java.awt.Container.class.getMethod("getFocusTraversalKeys", new Class[] {int.class}));
611 methods[METHOD_getFocusTraversalKeys46].setDisplayName ( "" );
612 methods[METHOD_getFontMetrics47] = new MethodDescriptor(javax.swing.JComponent.class.getMethod("getFontMetrics", new Class[] {java.awt.Font.class}));
613 methods[METHOD_getFontMetrics47].setDisplayName ( "" );
614 methods[METHOD_getInsets48] = new MethodDescriptor(javax.swing.JComponent.class.getMethod("getInsets", new Class[] {java.awt.Insets.class}));
615 methods[METHOD_getInsets48].setDisplayName ( "" );
616 methods[METHOD_getListeners49] = new MethodDescriptor(javax.swing.JComponent.class.getMethod("getListeners", new Class[] {java.lang.Class.class}));
617 methods[METHOD_getListeners49].setDisplayName ( "" );
618 methods[METHOD_getLocation50] = new MethodDescriptor(javax.swing.JComponent.class.getMethod("getLocation", new Class[] {java.awt.Point.class}));
619 methods[METHOD_getLocation50].setDisplayName ( "" );
620 methods[METHOD_getMnemonic51] = new MethodDescriptor(javax.swing.AbstractButton.class.getMethod("getMnemonic", new Class[] {}));
621 methods[METHOD_getMnemonic51].setDisplayName ( "" );
622 methods[METHOD_getMousePosition52] = new MethodDescriptor(java.awt.Container.class.getMethod("getMousePosition", new Class[] {boolean.class}));
623 methods[METHOD_getMousePosition52].setDisplayName ( "" );
624 methods[METHOD_getPopupLocation53] = new MethodDescriptor(javax.swing.JComponent.class.getMethod("getPopupLocation", new Class[] {java.awt.event.MouseEvent.class}));
625 methods[METHOD_getPopupLocation53].setDisplayName ( "" );
626 methods[METHOD_getPropertyChangeListeners54] = new MethodDescriptor(java.awt.Component.class.getMethod("getPropertyChangeListeners", new Class[] {java.lang.String.class}));
627 methods[METHOD_getPropertyChangeListeners54].setDisplayName ( "" );
628 methods[METHOD_getSize55] = new MethodDescriptor(javax.swing.JComponent.class.getMethod("getSize", new Class[] {java.awt.Dimension.class}));
629 methods[METHOD_getSize55].setDisplayName ( "" );
630 methods[METHOD_getToolTipLocation56] = new MethodDescriptor(javax.swing.JComponent.class.getMethod("getToolTipLocation", new Class[] {java.awt.event.MouseEvent.class}));
631 methods[METHOD_getToolTipLocation56].setDisplayName ( "" );
632 methods[METHOD_getToolTipText57] = new MethodDescriptor(javax.swing.JComponent.class.getMethod("getToolTipText", new Class[] {java.awt.event.MouseEvent.class}));
633 methods[METHOD_getToolTipText57].setDisplayName ( "" );
634 methods[METHOD_gotFocus58] = new MethodDescriptor(java.awt.Component.class.getMethod("gotFocus", new Class[] {java.awt.Event.class, java.lang.Object.class}));
635 methods[METHOD_gotFocus58].setDisplayName ( "" );
636 methods[METHOD_grabFocus59] = new MethodDescriptor(javax.swing.JComponent.class.getMethod("grabFocus", new Class[] {}));
637 methods[METHOD_grabFocus59].setDisplayName ( "" );
638 methods[METHOD_handleEvent60] = new MethodDescriptor(java.awt.Component.class.getMethod("handleEvent", new Class[] {java.awt.Event.class}));
639 methods[METHOD_handleEvent60].setDisplayName ( "" );
640 methods[METHOD_hasFocus61] = new MethodDescriptor(java.awt.Component.class.getMethod("hasFocus", new Class[] {}));
641 methods[METHOD_hasFocus61].setDisplayName ( "" );
642 methods[METHOD_hide62] = new MethodDescriptor(java.awt.Component.class.getMethod("hide", new Class[] {}));
643 methods[METHOD_hide62].setDisplayName ( "" );
644 methods[METHOD_imageUpdate63] = new MethodDescriptor(javax.swing.AbstractButton.class.getMethod("imageUpdate", new Class[] {java.awt.Image.class, int.class, int.class, int.class, int.class, int.class}));
645 methods[METHOD_imageUpdate63].setDisplayName ( "" );
646 methods[METHOD_insets64] = new MethodDescriptor(java.awt.Container.class.getMethod("insets", new Class[] {}));
647 methods[METHOD_insets64].setDisplayName ( "" );
648 methods[METHOD_inside65] = new MethodDescriptor(java.awt.Component.class.getMethod("inside", new Class[] {int.class, int.class}));
649 methods[METHOD_inside65].setDisplayName ( "" );
650 methods[METHOD_invalidate66] = new MethodDescriptor(java.awt.Container.class.getMethod("invalidate", new Class[] {}));
651 methods[METHOD_invalidate66].setDisplayName ( "" );
652 methods[METHOD_isAncestorOf67] = new MethodDescriptor(java.awt.Container.class.getMethod("isAncestorOf", new Class[] {java.awt.Component.class}));
653 methods[METHOD_isAncestorOf67].setDisplayName ( "" );
654 methods[METHOD_isFocusCycleRoot68] = new MethodDescriptor(java.awt.Container.class.getMethod("isFocusCycleRoot", new Class[] {java.awt.Container.class}));
655 methods[METHOD_isFocusCycleRoot68].setDisplayName ( "" );
656 methods[METHOD_isLightweightComponent69] = new MethodDescriptor(javax.swing.JComponent.class.getMethod("isLightweightComponent", new Class[] {java.awt.Component.class}));
657 methods[METHOD_isLightweightComponent69].setDisplayName ( "" );
658 methods[METHOD_keyDown70] = new MethodDescriptor(java.awt.Component.class.getMethod("keyDown", new Class[] {java.awt.Event.class, int.class}));
659 methods[METHOD_keyDown70].setDisplayName ( "" );
660 methods[METHOD_keyUp71] = new MethodDescriptor(java.awt.Component.class.getMethod("keyUp", new Class[] {java.awt.Event.class, int.class}));
661 methods[METHOD_keyUp71].setDisplayName ( "" );
662 methods[METHOD_layout72] = new MethodDescriptor(java.awt.Container.class.getMethod("layout", new Class[] {}));
663 methods[METHOD_layout72].setDisplayName ( "" );
664 methods[METHOD_list73] = new MethodDescriptor(java.awt.Component.class.getMethod("list", new Class[] {}));
665 methods[METHOD_list73].setDisplayName ( "" );
666 methods[METHOD_list74] = new MethodDescriptor(java.awt.Component.class.getMethod("list", new Class[] {java.io.PrintStream.class}));
667 methods[METHOD_list74].setDisplayName ( "" );
668 methods[METHOD_list75] = new MethodDescriptor(java.awt.Component.class.getMethod("list", new Class[] {java.io.PrintWriter.class}));
669 methods[METHOD_list75].setDisplayName ( "" );
670 methods[METHOD_list76] = new MethodDescriptor(java.awt.Container.class.getMethod("list", new Class[] {java.io.PrintStream.class, int.class}));
671 methods[METHOD_list76].setDisplayName ( "" );
672 methods[METHOD_list77] = new MethodDescriptor(java.awt.Container.class.getMethod("list", new Class[] {java.io.PrintWriter.class, int.class}));
673 methods[METHOD_list77].setDisplayName ( "" );
674 methods[METHOD_locate78] = new MethodDescriptor(java.awt.Container.class.getMethod("locate", new Class[] {int.class, int.class}));
675 methods[METHOD_locate78].setDisplayName ( "" );
676 methods[METHOD_location79] = new MethodDescriptor(java.awt.Component.class.getMethod("location", new Class[] {}));
677 methods[METHOD_location79].setDisplayName ( "" );
678 methods[METHOD_lostFocus80] = new MethodDescriptor(java.awt.Component.class.getMethod("lostFocus", new Class[] {java.awt.Event.class, java.lang.Object.class}));
679 methods[METHOD_lostFocus80].setDisplayName ( "" );
680 methods[METHOD_minimumSize81] = new MethodDescriptor(java.awt.Container.class.getMethod("minimumSize", new Class[] {}));
681 methods[METHOD_minimumSize81].setDisplayName ( "" );
682 methods[METHOD_mouseDown82] = new MethodDescriptor(java.awt.Component.class.getMethod("mouseDown", new Class[] {java.awt.Event.class, int.class, int.class}));
683 methods[METHOD_mouseDown82].setDisplayName ( "" );
684 methods[METHOD_mouseDrag83] = new MethodDescriptor(java.awt.Component.class.getMethod("mouseDrag", new Class[] {java.awt.Event.class, int.class, int.class}));
685 methods[METHOD_mouseDrag83].setDisplayName ( "" );
686 methods[METHOD_mouseEnter84] = new MethodDescriptor(java.awt.Component.class.getMethod("mouseEnter", new Class[] {java.awt.Event.class, int.class, int.class}));
687 methods[METHOD_mouseEnter84].setDisplayName ( "" );
688 methods[METHOD_mouseExit85] = new MethodDescriptor(java.awt.Component.class.getMethod("mouseExit", new Class[] {java.awt.Event.class, int.class, int.class}));
689 methods[METHOD_mouseExit85].setDisplayName ( "" );
690 methods[METHOD_mouseMove86] = new MethodDescriptor(java.awt.Component.class.getMethod("mouseMove", new Class[] {java.awt.Event.class, int.class, int.class}));
691 methods[METHOD_mouseMove86].setDisplayName ( "" );
692 methods[METHOD_mouseUp87] = new MethodDescriptor(java.awt.Component.class.getMethod("mouseUp", new Class[] {java.awt.Event.class, int.class, int.class}));
693 methods[METHOD_mouseUp87].setDisplayName ( "" );
694 methods[METHOD_move88] = new MethodDescriptor(java.awt.Component.class.getMethod("move", new Class[] {int.class, int.class}));
695 methods[METHOD_move88].setDisplayName ( "" );
696 methods[METHOD_nextFocus89] = new MethodDescriptor(java.awt.Component.class.getMethod("nextFocus", new Class[] {}));
697 methods[METHOD_nextFocus89].setDisplayName ( "" );
698 methods[METHOD_paint90] = new MethodDescriptor(javax.swing.JComponent.class.getMethod("paint", new Class[] {java.awt.Graphics.class}));
699 methods[METHOD_paint90].setDisplayName ( "" );
700 methods[METHOD_paintAll91] = new MethodDescriptor(java.awt.Component.class.getMethod("paintAll", new Class[] {java.awt.Graphics.class}));
701 methods[METHOD_paintAll91].setDisplayName ( "" );
702 methods[METHOD_paintComponents92] = new MethodDescriptor(java.awt.Container.class.getMethod("paintComponents", new Class[] {java.awt.Graphics.class}));
703 methods[METHOD_paintComponents92].setDisplayName ( "" );
704 methods[METHOD_paintImmediately93] = new MethodDescriptor(javax.swing.JComponent.class.getMethod("paintImmediately", new Class[] {int.class, int.class, int.class, int.class}));
705 methods[METHOD_paintImmediately93].setDisplayName ( "" );
706 methods[METHOD_paintImmediately94] = new MethodDescriptor(javax.swing.JComponent.class.getMethod("paintImmediately", new Class[] {java.awt.Rectangle.class}));
707 methods[METHOD_paintImmediately94].setDisplayName ( "" );
708 methods[METHOD_postEvent95] = new MethodDescriptor(java.awt.Component.class.getMethod("postEvent", new Class[] {java.awt.Event.class}));
709 methods[METHOD_postEvent95].setDisplayName ( "" );
710 methods[METHOD_preferredSize96] = new MethodDescriptor(java.awt.Container.class.getMethod("preferredSize", new Class[] {}));
711 methods[METHOD_preferredSize96].setDisplayName ( "" );
712 methods[METHOD_prepareImage97] = new MethodDescriptor(java.awt.Component.class.getMethod("prepareImage", new Class[] {java.awt.Image.class, java.awt.image.ImageObserver.class}));
713 methods[METHOD_prepareImage97].setDisplayName ( "" );
714 methods[METHOD_prepareImage98] = new MethodDescriptor(java.awt.Component.class.getMethod("prepareImage", new Class[] {java.awt.Image.class, int.class, int.class, java.awt.image.ImageObserver.class}));
715 methods[METHOD_prepareImage98].setDisplayName ( "" );
716 methods[METHOD_print99] = new MethodDescriptor(javax.swing.JComponent.class.getMethod("print", new Class[] {java.awt.Graphics.class}));
717 methods[METHOD_print99].setDisplayName ( "" );
718 methods[METHOD_printAll100] = new MethodDescriptor(javax.swing.JComponent.class.getMethod("printAll", new Class[] {java.awt.Graphics.class}));
719 methods[METHOD_printAll100].setDisplayName ( "" );
720 methods[METHOD_printComponents101] = new MethodDescriptor(java.awt.Container.class.getMethod("printComponents", new Class[] {java.awt.Graphics.class}));
721 methods[METHOD_printComponents101].setDisplayName ( "" );
722 methods[METHOD_putClientProperty102] = new MethodDescriptor(javax.swing.JComponent.class.getMethod("putClientProperty", new Class[] {java.lang.Object.class, java.lang.Object.class}));
723 methods[METHOD_putClientProperty102].setDisplayName ( "" );
724 methods[METHOD_registerKeyboardAction103] = new MethodDescriptor(javax.swing.JComponent.class.getMethod("registerKeyboardAction", new Class[] {java.awt.event.ActionListener.class, java.lang.String.class, javax.swing.KeyStroke.class, int.class}));
725 methods[METHOD_registerKeyboardAction103].setDisplayName ( "" );
726 methods[METHOD_registerKeyboardAction104] = new MethodDescriptor(javax.swing.JComponent.class.getMethod("registerKeyboardAction", new Class[] {java.awt.event.ActionListener.class, javax.swing.KeyStroke.class, int.class}));
727 methods[METHOD_registerKeyboardAction104].setDisplayName ( "" );
728 methods[METHOD_remove105] = new MethodDescriptor(java.awt.Component.class.getMethod("remove", new Class[] {java.awt.MenuComponent.class}));
729 methods[METHOD_remove105].setDisplayName ( "" );
730 methods[METHOD_remove106] = new MethodDescriptor(java.awt.Container.class.getMethod("remove", new Class[] {int.class}));
731 methods[METHOD_remove106].setDisplayName ( "" );
732 methods[METHOD_remove107] = new MethodDescriptor(java.awt.Container.class.getMethod("remove", new Class[] {java.awt.Component.class}));
733 methods[METHOD_remove107].setDisplayName ( "" );
734 methods[METHOD_removeAll108] = new MethodDescriptor(java.awt.Container.class.getMethod("removeAll", new Class[] {}));
735 methods[METHOD_removeAll108].setDisplayName ( "" );
736 methods[METHOD_removeNotify109] = new MethodDescriptor(javax.swing.JButton.class.getMethod("removeNotify", new Class[] {}));
737 methods[METHOD_removeNotify109].setDisplayName ( "" );
738 methods[METHOD_removePropertyChangeListener110] = new MethodDescriptor(java.awt.Component.class.getMethod("removePropertyChangeListener", new Class[] {java.lang.String.class, java.beans.PropertyChangeListener.class}));
739 methods[METHOD_removePropertyChangeListener110].setDisplayName ( "" );
740 methods[METHOD_repaint111] = new MethodDescriptor(java.awt.Component.class.getMethod("repaint", new Class[] {}));
741 methods[METHOD_repaint111].setDisplayName ( "" );
742 methods[METHOD_repaint112] = new MethodDescriptor(java.awt.Component.class.getMethod("repaint", new Class[] {long.class}));
743 methods[METHOD_repaint112].setDisplayName ( "" );
744 methods[METHOD_repaint113] = new MethodDescriptor(java.awt.Component.class.getMethod("repaint", new Class[] {int.class, int.class, int.class, int.class}));
745 methods[METHOD_repaint113].setDisplayName ( "" );
746 methods[METHOD_repaint114] = new MethodDescriptor(javax.swing.JComponent.class.getMethod("repaint", new Class[] {long.class, int.class, int.class, int.class, int.class}));
747 methods[METHOD_repaint114].setDisplayName ( "" );
748 methods[METHOD_repaint115] = new MethodDescriptor(javax.swing.JComponent.class.getMethod("repaint", new Class[] {java.awt.Rectangle.class}));
749 methods[METHOD_repaint115].setDisplayName ( "" );
750 methods[METHOD_requestDefaultFocus116] = new MethodDescriptor(javax.swing.JComponent.class.getMethod("requestDefaultFocus", new Class[] {}));
751 methods[METHOD_requestDefaultFocus116].setDisplayName ( "" );
752 methods[METHOD_requestFocus117] = new MethodDescriptor(javax.swing.JComponent.class.getMethod("requestFocus", new Class[] {}));
753 methods[METHOD_requestFocus117].setDisplayName ( "" );
754 methods[METHOD_requestFocus118] = new MethodDescriptor(javax.swing.JComponent.class.getMethod("requestFocus", new Class[] {boolean.class}));
755 methods[METHOD_requestFocus118].setDisplayName ( "" );
756 methods[METHOD_requestFocusInWindow119] = new MethodDescriptor(javax.swing.JComponent.class.getMethod("requestFocusInWindow", new Class[] {}));
757 methods[METHOD_requestFocusInWindow119].setDisplayName ( "" );
758 methods[METHOD_resetKeyboardActions120] = new MethodDescriptor(javax.swing.JComponent.class.getMethod("resetKeyboardActions", new Class[] {}));
759 methods[METHOD_resetKeyboardActions120].setDisplayName ( "" );
760 methods[METHOD_reshape121] = new MethodDescriptor(javax.swing.JComponent.class.getMethod("reshape", new Class[] {int.class, int.class, int.class, int.class}));
761 methods[METHOD_reshape121].setDisplayName ( "" );
762 methods[METHOD_resize122] = new MethodDescriptor(java.awt.Component.class.getMethod("resize", new Class[] {int.class, int.class}));
763 methods[METHOD_resize122].setDisplayName ( "" );
764 methods[METHOD_resize123] = new MethodDescriptor(java.awt.Component.class.getMethod("resize", new Class[] {java.awt.Dimension.class}));
765 methods[METHOD_resize123].setDisplayName ( "" );
766 methods[METHOD_revalidate124] = new MethodDescriptor(javax.swing.JComponent.class.getMethod("revalidate", new Class[] {}));
767 methods[METHOD_revalidate124].setDisplayName ( "" );
768 methods[METHOD_scrollRectToVisible125] = new MethodDescriptor(javax.swing.JComponent.class.getMethod("scrollRectToVisible", new Class[] {java.awt.Rectangle.class}));
769 methods[METHOD_scrollRectToVisible125].setDisplayName ( "" );
770 methods[METHOD_setBounds126] = new MethodDescriptor(java.awt.Component.class.getMethod("setBounds", new Class[] {int.class, int.class, int.class, int.class}));
771 methods[METHOD_setBounds126].setDisplayName ( "" );
772 methods[METHOD_setComponentZOrder127] = new MethodDescriptor(java.awt.Container.class.getMethod("setComponentZOrder", new Class[] {java.awt.Component.class, int.class}));
773 methods[METHOD_setComponentZOrder127].setDisplayName ( "" );
774 methods[METHOD_setDefaultLocale128] = new MethodDescriptor(javax.swing.JComponent.class.getMethod("setDefaultLocale", new Class[] {java.util.Locale.class}));
775 methods[METHOD_setDefaultLocale128].setDisplayName ( "" );
776 methods[METHOD_setMnemonic129] = new MethodDescriptor(javax.swing.AbstractButton.class.getMethod("setMnemonic", new Class[] {int.class}));
777 methods[METHOD_setMnemonic129].setDisplayName ( "" );
778 methods[METHOD_show130] = new MethodDescriptor(java.awt.Component.class.getMethod("show", new Class[] {}));
779 methods[METHOD_show130].setDisplayName ( "" );
780 methods[METHOD_show131] = new MethodDescriptor(java.awt.Component.class.getMethod("show", new Class[] {boolean.class}));
781 methods[METHOD_show131].setDisplayName ( "" );
782 methods[METHOD_size132] = new MethodDescriptor(java.awt.Component.class.getMethod("size", new Class[] {}));
783 methods[METHOD_size132].setDisplayName ( "" );
784 methods[METHOD_toString133] = new MethodDescriptor(java.awt.Component.class.getMethod("toString", new Class[] {}));
785 methods[METHOD_toString133].setDisplayName ( "" );
786 methods[METHOD_transferFocus134] = new MethodDescriptor(java.awt.Component.class.getMethod("transferFocus", new Class[] {}));
787 methods[METHOD_transferFocus134].setDisplayName ( "" );
788 methods[METHOD_transferFocusBackward135] = new MethodDescriptor(java.awt.Container.class.getMethod("transferFocusBackward", new Class[] {}));
789 methods[METHOD_transferFocusBackward135].setDisplayName ( "" );
790 methods[METHOD_transferFocusDownCycle136] = new MethodDescriptor(java.awt.Container.class.getMethod("transferFocusDownCycle", new Class[] {}));
791 methods[METHOD_transferFocusDownCycle136].setDisplayName ( "" );
792 methods[METHOD_transferFocusUpCycle137] = new MethodDescriptor(java.awt.Component.class.getMethod("transferFocusUpCycle", new Class[] {}));
793 methods[METHOD_transferFocusUpCycle137].setDisplayName ( "" );
794 methods[METHOD_unregisterKeyboardAction138] = new MethodDescriptor(javax.swing.JComponent.class.getMethod("unregisterKeyboardAction", new Class[] {javax.swing.KeyStroke.class}));
795 methods[METHOD_unregisterKeyboardAction138].setDisplayName ( "" );
796 methods[METHOD_update139] = new MethodDescriptor(javax.swing.JComponent.class.getMethod("update", new Class[] {java.awt.Graphics.class}));
797 methods[METHOD_update139].setDisplayName ( "" );
798 methods[METHOD_updateUI140] = new MethodDescriptor(javax.swing.JButton.class.getMethod("updateUI", new Class[] {}));
799 methods[METHOD_updateUI140].setDisplayName ( "" );
800 methods[METHOD_validate141] = new MethodDescriptor(java.awt.Container.class.getMethod("validate", new Class[] {}));
801 methods[METHOD_validate141].setDisplayName ( "" );
802 }
803 catch( Exception e) {}
804
805
806
807 return methods; }
808 private static java.awt.Image iconColor16 = null;
809 private static java.awt.Image iconColor32 = null;
810 private static java.awt.Image iconMono16 = null;
811 private static java.awt.Image iconMono32 = null;
812 private static String iconNameC16 = "/icons/camera.gif";
813 private static String iconNameC32 = "/icons/webfotos.gif";
814 private static String iconNameM16 = null;
815 private static String iconNameM32 = null;
816 private static final int defaultPropertyIndex = -1;
817 private static final int defaultEventIndex = -1;
818
819
820
821
822
823
824
825
826
827
828
829
830 @Override
831 public BeanDescriptor getBeanDescriptor() {
832 return getBdescriptor();
833 }
834
835
836
837
838
839
840
841
842
843
844
845
846
847 @Override
848 public PropertyDescriptor[] getPropertyDescriptors() {
849 return getPdescriptor();
850 }
851
852
853
854
855
856
857
858
859
860 @Override
861 public EventSetDescriptor[] getEventSetDescriptors() {
862 return getEdescriptor();
863 }
864
865
866
867
868
869
870
871
872
873 @Override
874 public MethodDescriptor[] getMethodDescriptors() {
875 return getMdescriptor();
876 }
877
878
879
880
881
882
883
884
885
886
887 @Override
888 public int getDefaultPropertyIndex() {
889 return defaultPropertyIndex;
890 }
891
892
893
894
895
896
897
898
899 @Override
900 public int getDefaultEventIndex() {
901 return defaultEventIndex;
902 }
903
904
905
906
907
908
909
910
911
912
913
914
915
916
917
918
919
920 @Override
921 public java.awt.Image getIcon(int iconKind) {
922 switch (iconKind) {
923 case ICON_COLOR_16x16:
924 if (iconNameC16 == null) {
925 return null;
926 } else {
927 if (iconColor16 == null) {
928 iconColor16 = loadImage(iconNameC16);
929 }
930 return iconColor16;
931 }
932 case ICON_COLOR_32x32:
933 if (iconNameC32 == null) {
934 return null;
935 } else {
936 if (iconColor32 == null) {
937 iconColor32 = loadImage(iconNameC32);
938 }
939 return iconColor32;
940 }
941 case ICON_MONO_16x16:
942 if (iconNameM16 == null) {
943 return null;
944 } else {
945 if (iconMono16 == null) {
946 iconMono16 = loadImage(iconNameM16);
947 }
948 return iconMono16;
949 }
950 case ICON_MONO_32x32:
951 if (iconNameM32 == null) {
952 return null;
953 } else {
954 if (iconMono32 == null) {
955 iconMono32 = loadImage(iconNameM32);
956 }
957 return iconMono32;
958 }
959 default:
960 return null;
961 }
962 }
963 }